Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / RevisionItemCollection<TItem> Class / IndexOf Method

In This Topic
    IndexOf Method (RevisionItemCollection<TItem>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As TItem _
    ) As System.Integer
    public System.int IndexOf( 
       TItem item
    )

    Parameters

    item
    See Also